/* !FormText.tbchunks.h */
/* Chunks of custom Toolbox event codes */

#ifndef __tbchunks_h
#define __tbchunks_h

typedef enum {
  TBC_Menu = 1,
  TBC_WindowAction = 0x100
} TBChunks;

#endif
